Skip to main content

FlowObjectDesigner

The FlowObjectDesigner class is an abstract base class for designing flow objects in a workflow. It provides various methods and properties to interact with the workflow and its elements.

Properties

NameDescription
CaptionThe caption dictionary representing localized captions for the flow object.
KeyA unique identifier for the workflow step.
NameName for the workflow step.
WorkflowCodeInstanceThe workflow code instance associated with the flow object.
CachedDMObjectsThe cached document management objects related to the flow object.
TypeCodeThe type code associated with the flow object.

Constructors

NameDescription
FlowObjectDesigner(name, workflowData, workflowCodeInstance)Constructor for the FlowObjectDesigner class. Initializes a new instance of the FlowObjectDesigner class.

Events

NameDescription
OnAfterExecution(sender, args)Occurs after the execution of the workflow step.
OnBeforeExecution(sender, args)Occurs before the execution of the workflow step.